github.com/google/go-cmp/cmp.state.report (method)

21 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L252: 			s.report(eq, reportByCycle)
		compare.go#L271: 		s.report(vx.Bool() == vy.Bool(), 0)
		compare.go#L273: 		s.report(vx.Int() == vy.Int(), 0)
		compare.go#L275: 		s.report(vx.Uint() == vy.Uint(), 0)
		compare.go#L277: 		s.report(vx.Float() == vy.Float(), 0)
		compare.go#L279: 		s.report(vx.Complex() == vy.Complex(), 0)
		compare.go#L281: 		s.report(vx.String() == vy.String(), 0)
		compare.go#L283: 		s.report(vx.Pointer() == vy.Pointer(), 0)
		compare.go#L285: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L318: 	s.report(eq, reportByMethod)
		compare.go#L419: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L510: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L516: 		s.report(eq, reportByCycle)
		compare.go#L552: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L558: 		s.report(eq, reportByCycle)
		compare.go#L569: 		s.report(vx.IsNil() && vy.IsNil(), 0)
		compare.go#L574: 		s.report(false, 0)
		compare.go#L580: func (s *state) report(eq bool, rf resultFlags) {
		options.go#L204: func (ignore) apply(s *state, _, _ reflect.Value)                                   { s.report(true, reportByIgnore) }
		options.go#L224: 		s.report(vx.IsValid() == vy.IsValid(), 0)
		options.go#L373: 	s.report(eq, reportByFunc)